ActiveReports.PdfExport Request technical support
getLevels(Int32[]) Method
See Also 


linebreaks

Syntax

Visual Basic (Declaration) 
Overloads Public Function getLevels( _
   ByVal linebreaks() As Integer _
) As Byte()
Visual Basic (Usage)Copy Code
Dim instance As BidiOrder
Dim linebreaks() As Integer
Dim value() As Byte
 
value = instance.getLevels(linebreaks)
C# 
public byte[] getLevels( 
   int[] linebreaks
)

Parameters

linebreaks

See Also